home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / master / make_path_absolute < prev    next >
Text File  |  2001-04-06  |  293b  |  11 lines

  1. SYNOPSIS
  2.         string make_path_absolute(string str)
  3.  
  4. DESCRIPTION
  5.         Absolutize a relative filename str given to the editor. Should
  6.         return the full pathname of the file to use. Any non-string
  7.         result will act as ``bad file name''.
  8.  
  9. SEE ALSO
  10.         ed(E), valid_write(M)
  11.